home *** CD-ROM | disk | FTP | other *** search
/ Games Interactive (USA) / Games Interactive (USA).bin / pc / cwdhstemplate.dxr / 00528_Text_cwdHSNov98_2Data.txt < prev    next >
Text File  |  1999-08-12  |  3KB  |  78 lines

  1. global across1, across2, across3, across4, across5, across6
  2. global across7, across8, across9, across10, across11, across12
  3. global across13, across14, across15, across16, across17, across18
  4. global across19, across20, across21, across22, across23
  5. global gamename
  6. gamename = "167 Sword"
  7. global MAX_ACROSS, MAX_DOWN, MAX_CLUES, MAX_SQUARES, MAX_NUMBERS, MAX_X, MAX_Y
  8. global currentWord, clueTextList, skipList, crosswordName, puzzleNumber
  9.  
  10.  
  11. resetTheGlobalVars(23,0,8,8)
  12. --RESET GLOBAL VARS
  13.   
  14.   MAX_NUMBERS  = 23--68
  15.     
  16.   puzzleNumber = 2
  17.  
  18.   --set the increment values
  19.   setIncrementValues
  20.  
  21. across1 = setWord("across1", "PITSTOP", ACROSS, SOUTH, 9)
  22. across2 = setWord("across2", "INARUT", ACROSS, SOUTHEAST, 17)
  23. across3 = setWord("across3", "TURNIP", ACROSS, WEST, 62)
  24. across4 = setWord("across4", "ISRAELI", ACROSS, NORTHEAST, 58)
  25. across5 = setWord("across5", "ERRANT", ACROSS, WEST, 30)
  26. across6 = setWord("across6", "RANKS", ACROSS, SOUTHEAST, 28)
  27. across7 = setWord("across7", "SATURN", ACROSS, WEST, 64)
  28. across8 = setWord("across8", "RUNTS", ACROSS, NORTHEAST, 60)
  29. across9 = setWord("across9", "TEABAGS", ACROSS, WEST, 39)
  30. across10 = setWord("across10", "BROOM", ACROSS, NORTHEAST, 36)
  31. across11 = setWord("across11", "MISSENDS", ACROSS, SOUTH, 8)
  32. across12 = setWord("across12", "SIERRANTS", ACROSS, WEST, 32)
  33. across13 = setWord("across13", "REDD", ACROSS, SOUTHEAST, 29)
  34. across14 = setWord("across14", "DERATS", ACROSS, NORTHWEST, 47)
  35. across15 = setWord("across15", "SVENGALI", ACROSS, SOUTH, 2)
  36. across16 = setWord("across16", "GURU", ACROSS, SOUTHEAST, 34)
  37. across17 = setWord("across17", "RUSK", ACROSS, EAST, 52)
  38. across18 = setWord("across18", "UNARMED", ACROSS, NORTH, 53)
  39. across19 = setWord("across19", "DARNS", ACROSS, SOUTHWEST, 5)
  40. across20 = setWord("across20", "STIPE", ACROSS, NORTH, 33)
  41. across21 = setWord("across21", "ESCUDOS", ACROSS, EAST, 1)
  42. across22 = setWord("across22", "OBOE", ACROSS, SOUTH, 6)
  43. across23 = setWord("across23", "BEAT", ACROSS, WEST, 14)
  44.  
  45. add the actorList, across1
  46. add the actorList, across2
  47. add the actorList, across3
  48. add the actorList, across4
  49. add the actorList, across5
  50. add the actorList, across6
  51. add the actorList, across7
  52. add the actorList, across8
  53. add the actorList, across9
  54. add the actorList, across10
  55. add the actorList, across11
  56. add the actorList, across12
  57. add the actorList, across13
  58. add the actorList, across14
  59. add the actorList, across15
  60. add the actorList, across16
  61. add the actorList, across17
  62. add the actorList, across18
  63. add the actorList, across19
  64. add the actorList, across20
  65. add the actorList, across21
  66. add the actorList, across22
  67. add the actorList, across23
  68.  
  69. --set currentword
  70. currentWord = the actorList[1]
  71.  
  72. --set title
  73. setTitle("Helter Skelter #8")
  74.  
  75. --user tracking
  76. crosswordName = ""
  77.  
  78. cluetextlist =  ["1. Break for Jeff Gordon: 2 wds.","2. Doing nothing new: 3wds.","3. Rutabaga's cousin","4. Abba Eban, for one","5. Straying","6. Uses a 1-to-10 scale","7. The second largest planet","8. They're littler in litters","9. They hold bits of leaves: 2 wds.","10. Custodial need","11. Mails to the wrong address","12. Jagged mountain chain","13. Sitcom star Foxx","14. Vanquishes the vermin","15. Evil hypnotist of renown","16. Spiritual guide","17. '60's Secretary of State","18. Caught short at a shootout","19. Fixes hose","20. R.E.M. lead singer Michael","21. Coins of Portugal","22. Double-reed instrument","23. Exhausted"]